Return

Edit Task: UseCommonSetupTime

Description

The UseCommonSetupTime attribute under EditTask defines whether a task must use the same setup time for all resources in that task. If True, then this task's assignments will expand the resource setup times (non-zero) that are used in the assignment to the setup time duration that is the longest in duration from the assignment. This includes resources that use a mode matrix for transitioning between modes.

Parameters

Parameter Description
UseCommonSetupTime A Boolean value

Examples

Set TaskA to use a common setup time

PATCH api/task/TaskA

Body:

{

"UseCommonSetupTime" : "TRUE"

}